home *** CD-ROM | disk | FTP | other *** search
/ Pink Daily - The Pink Days / Pink Daily - The Pink Days.iso / mac / PinkData / RDa3.dir / 00050_Script_50 < prev   
Text File  |  1995-08-15  |  472b  |  20 lines

  1. on mouseDown
  2.   if the ink of sprite  8 = 7 then
  3.     sound playFile 2, "SEmatch.AIF"
  4.     set the ink of sprite 8 = 0
  5.   else 
  6.     if the ink of sprite 9 = 7 then
  7.       sound playFile 2, "SEmatch.AIF"
  8.       set the ink of sprite 9 = 0
  9.     else 
  10.       if the ink of sprite 10 = 7 then
  11.         sound playFile 2, "SEgood.AIF"
  12.         set the ink of sprite 10 = 0
  13.       end if
  14.     end if
  15.   end if
  16.   
  17.   
  18.   set the locH of sprite clickOn() = stageLeft()-200
  19. end
  20.